<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family:GothicB;src:url("../fonts/centurygothicbold.woff"),url("../fonts/centurygothicbold.woff2"),url("fonts/CenturyGothicBold.cff"),url("fonts/CenturyGothicBold.ttf"),url("../fonts/centurygothicbold.svg"),url("fonts/CenturyGothicBold.otf")
}

@font-face {
	font-family:Helve;src:url("fonts/HelveticaNeueLTProThEx.woff"),url("../fonts/helveticaneueltprothex.woff2"),url("fonts/HelveticaNeueLTProThEx.cff"),url("fonts/HelveticaNeueLTProThEx.ttf"),url("../fonts/helveticaneueltprothex.svg"),url("fonts/HelveticaNeueLTProThEx.otf")
}

.box1,.box2,.box3,.box4,.box5,.box6 {
	position: relative
}

.loading-sw {
	position: absolute;
	top: 400px;
	left: 50%;
	display: none;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	font-size: 10px;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-right: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	border-left: 1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
	animation: spinner 700ms infinite linear;
	z-index: -1
}

@media (max-width: 435px) {
	.loading-sw {
		width: 40px;
		height: 40px;
		margin-left: -20px
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}


ul,li {
	float: none
}

.pull-left {
	float: left;
}

.pull-right {
	float: right
}

.text-center {
	text-align: center
}

.w1190 {
	width: 1190px;
	margin: 0 auto
}

.right-bar {
	position: fixed;
	z-index: 10000;
	right: -2px;
	top: 40%;
	width: 75px
}

.right-bar *{
	box-sizing:content-box!important;
}


.right-bar .btn {
	display: block;
	cursor: pointer;
	padding:0!important;
}

.right-bar .btn:hover .show {
	background-color: #00575a
}

.right-bar .btn .show {
	width: 75px;
	height: 32px;
	margin-bottom: 2px;
	background-color: #595757;
	padding-top: 38px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 12px
}

.right-bar .btn.back-top .show {
	height: 50px;
	padding-top: 0;
	background-image: url(../images/back-top.png);
	background-position: center center;
	box-sizing: content-box !important;
}

.right-bar .btn.qq .show {
	background-image: url(../images/right-bar-qq.png);
	box-sizing: content-box !important;
}

.right-bar .btn.tel {
	position: relative;
	left: 0;
	width: 275px;
	transition: left 0.4s
}

.right-bar .btn.tel .show {
	background-image: url(../images/right-bar-tel.png);
	box-sizing: content-box !important;
}

.right-bar .btn.tel .hiden {
	position: relative;
	width: 200px;
	height: 70px;
	font-size: 22px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	background-color: #595757
}

.right-bar .btn.tel .hiden::before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
	content: '';
	width: 1px;
	height: 35px;
	background-color: #fff
}

.right-bar .btn.tel:hover {
	left: -200px
}

.right-bar .btn.tel:hover .hiden {
	background-color: #00575a
}



.right-bar .btn.wechat {
	position: relative
}

.right-bar .btn.wechat .show {
	background-image: url(../images/right-bar-weixin.png);
	box-sizing: content-box !important;
}

.right-bar .btn.wechat .hiden {
	display: none;
	position: absolute;
	top: 0;
	right: 74px
}

.right-bar .btn.wechat .hiden img{
	max-width:none;
}

.right-bar .btn.wechat .hiden img {
	width: 92px;
	height: 92px
}

.right-bar .btn.wechat:hover .hiden {
	display: block
}



.right-bar .btn.liuyan {
	position: relative
}

.right-bar .btn.liuyan .show {
	background-image: url(../images/right-bar-msg.png);
	box-sizing: content-box !important;
}

.right-bar .btn.liuyan .hiden {
	display: none;
	position: absolute;
	top: -52px;
	right: 74px;
	padding: 20px;
	border: 1px solid #f1f1f1;
	background:#fff;
}

.right-bar .btn.liuyan .hiden img {
	/* width: 92px;
	height: 92px */
}

.right-bar .btn.liuyan:hover .hiden {
	display: block
}


/*# sourceMappingURL=style.css.map */
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}


    .msg {width: 350px;padding-top:6px;}
    .msg input[type="text"].check {
        height: 32px;
        line-height: 32px;
        display: inline-block;
        float: left;
		box-sizing: content-box;
    }
    .msg input[type="text"] {
        display: block;
        height: 26px;
        line-height: 26px;
        padding: 0;
        padding-left: 6px;
        border: 1px solid #dedede;
        width: 200px;
        margin-bottom: 10px;
		box-sizing: content-box;
    }
    .msg textarea {
        display: block;
        width: 194px;
        height: 70px;
        padding: 6px;
        font-size: 12px;
        border: 1px solid #dedede;
        margin-top: 6px;
        margin-bottom: 10px;
		box-sizing: content-box;
    }
    .msg .img {
        display: block;
        /* float: right; */
		margin:0 auto;
        width: 150px;
        height: 32px;
    }
    .msg .p1 { 
        display: inline-block;
        float: left;
        line-height: 26px;
        width: 100px;
        text-align: right;
        color: #666;
    }
    .msg .p2 { 
        display: inline-block;
        float: left;
        position: relative;
        line-height: 26px;
        top: 46px;
        width: 100px;
        text-align: right;
        color: #666;
    }
    .msg .p3 { 
        display: inline-block;
        float: left;
        line-height: 32px;
        width: 100px;
        text-align: right;
        color: #666;
    }
    .msg input[type="submit"] {
        display: block;
        /* float: left; */
		margin:0 auto;
        background: #fe693e;
        /* margin-left: 100px; */
        cursor: pointer;
        width: 75%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
        margin-top: 15px;
        font-family: "Microsoft YaHei";
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

@media (max-width: 768px) {
.right-bar{display:none;}
}

.jszc {text-align:center;line-height:40px;font-size:14px;color:#000;}</pre></body></html>